Operation Document.Save (Save)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Save in the repository any modification that was done on the input document. This operation should not be used in the context of the empty document created, about to create, before document modification, document modified events. Returns the saved document.
Operation id | Document.Save |
---|---|
Category | Document |
Label | Save |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | document, documents |
---|---|
Outputs | document, documents |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.document.SaveDocument |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Document.Save", "label" : "Save", "category" : "Document", "requires" : null, "description" : "Save in the repository any modification that was done on the input document. This operation should not be used in the context of the empty document created, about to create, before document modification, document modified events. Returns the saved document.", "url" : "Document.Save", "signature" : [ "document", "document", "documents", "documents" ], "params" : [ ] }